home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cdity / AppMenu2_3.lha / AppMenu2.3 / Test.StartMeFirst < prev    next >
Text File  |  1995-05-31  |  279b  |  12 lines

  1. If NOT EXISTS ENV:AppMenu
  2.    Echo "Creating dir *"ENV:AppMenu*".*N"
  3.    MakeDir ENV:AppMenu
  4.    Wait 1
  5. EndIf
  6. Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
  7. AppMenu >NIL: FROM TestMenu.pre USE
  8. Wait 1
  9. Echo "Starting AppMenuCx"
  10. Run >NIL: AppMenuCx
  11. Wait 5
  12.